PDF4Java Reference Documentation
com.o2sol.pdf4java.core.exceptions Package / PDFUnsupportedDataException Class / PDFUnsupportedDataException Constructor / PDFUnsupportedDataException Constructor(String)
Exception message.
In This Topic
    PDFUnsupportedDataException Constructor(String)
    In This Topic
    Initializes a new PDFUnsupportedDataException object.
    Syntax
    public PDFUnsupportedDataException( 
       java.lang.String message
    )

    Parameters

    message
    Exception message.
    See Also